|
|
|
|
NextSibling Property, ItemClass Class |
Returns the item's next sibling item.
Syntax ItemClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property NextSibling As ItemClass |
C# |
public ItemClass NextSibling { get; } |
C++ |
public: property ItemClass^ NextSibling { |
Property Value
The next sibling item or null/Nothing if there is no sibling item.
Comments
The NextSibling property returns the item's next sibling item.
The next sibling of the item is found by scanning towards the end of the tree control and locating an item on the same level (ItemClass.Level property) as the current item without encountering a parent item on a higher level.